This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Locking a textfield on a form ~Umberto Nongeroson 5.Jan.04 03:34 AM a Web browser Notes Client All ReleasesAll Platforms
If you mean that you want to make it uneditable in certain circumstances, there are a couple of ways often used. One is to put the field inside an access controlled section. Use the section editors formula to calculate who should be able to edit the field, given the values of other fields on the document.
Or, you can use hide formulas to hide the editable field under certain conditions, and display a copy of the value in a "Computed for display" non-editable field instead (use two hide formulas, one the negative of the other).